projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83be5c8
)
(gnus-permanently-visible-groups): Fix customize type.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 13 Sep 1997 06:29:52 +0000
(06:29 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 13 Sep 1997 06:29:52 +0000
(06:29 +0000)
lisp/gnus/gnus-group.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/gnus-group.el
b/lisp/gnus/gnus-group.el
index eec47aaa06e7ceafcdd320f8541bc0a0c3ce99bb..521fd21d0ddaf3fd5ed53d0418ecda68d4176855 100644
(file)
--- a/
lisp/gnus/gnus-group.el
+++ b/
lisp/gnus/gnus-group.el
@@
-87,7
+87,7
@@
with the best level."
This means that they will still be listed when there are no unread
articles in the groups."
:group 'gnus-group-listing
- :type '
regexp
)
+ :type '
(choice regexp (const nil))
)
(defcustom gnus-list-groups-with-ticked-articles t
"*If non-nil, list groups that have only ticked articles.